home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / dev / gcc / gcc263_doc.lha / gnu / man / man1 / ranlib.1 < prev    next >
Text File  |  1994-12-19  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. ranlib(1)             GNU Development Tools             ranlib(1)
  5.  
  6.  
  7. NNAAMMEE
  8.        ranlib - generate index to archive.
  9.  
  10.  
  11. SSYYNNOOPPSSIISS
  12.        rraannlliibb [--vv|--VV] _a_r_c_h_i_v_e
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.        rraannlliibb  generates  an index to the contents of an archive,
  16.        and stores it in the archive.  The index lists each symbol
  17.        defined  by  a  member of an archive that is a relocatable
  18.        object file.
  19.  
  20.        You may use `nnmm --ss' or `nnmm ----pprriinntt--aarrmmaapp' to list this in-
  21.        dex.
  22.  
  23.        An archive with such an index speeds up linking to the li-
  24.        brary, and allows routines in the  library  to  call  each
  25.        other without regard to their placement in the archive.
  26.  
  27.        The  GNU rraannlliibb program is another form of GNU aarr; running
  28.        rraannlliibb is completely equivalent to executing `aarr --ss'.
  29.  
  30.  
  31. OOPPTTIIOONNSS
  32.        --vv     Print the version number of rraannlliibb and exit.
  33.  
  34.  
  35. SSEEEE AALLSSOO
  36.        `bbiinnuuttiillss' entry in iinnffoo; _T_h_e _G_N_U _B_i_n_a_r_y _U_t_i_l_i_t_i_e_s, Roland
  37.        H. Pesch (October 1991); aarr(11), nnmm(11).
  38.  
  39.  
  40.  
  41. CCOOPPYYIINNGG
  42.        Copyright (c) 1991 Free Software Foundation, Inc.
  43.  
  44.        Permission  is  granted  to  make  and distribute verbatim
  45.        copies of this manual provided the  copyright  notice  and
  46.        this permission notice are preserved on all copies.
  47.  
  48.        Permission is granted to copy and distribute modified ver-
  49.        sions of this manual under  the  conditions  for  verbatim
  50.        copying,  provided  that the entire resulting derived work
  51.        is distributed under the  terms  of  a  permission  notice
  52.        identical to this one.
  53.  
  54.        Permission  is granted to copy and distribute translations
  55.        of this manual into another language, under the above con-
  56.        ditions for modified versions, except that this permission
  57.        notice may be included in  translations  approved  by  the
  58.        Free  Software  Foundation  instead of in the original En-
  59.        glish.
  60.  
  61.  
  62.  
  63.  
  64. cygnus support           5 November 1991                        1
  65.  
  66.  
  67.